Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1TreeDataCollection<T> Class / ChildrenPaths Property

In This Topic
    ChildrenPaths Property
    In This Topic
    Gets the path in the items to get the collection of children.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChildrenPaths As IReadOnlyList(Of String)
    public IReadOnlyList<string> ChildrenPaths {get;}
    See Also